- self-contained object
- Программирование: автономный объект
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Self-creation cosmology — (SCC) theories are gravitational theories in which the mass of the universe is created out of its self contained gravitational and scalar fields, as opposed to the theory of continuous creation cosmology or the steady state theory which depend on … Wikipedia
object-oriented programming — Abbreviated OOP. A programming model that views a program as a set of self contained objects. These objects interact with other objects by passing messages. Object oriented programming also lets you create procedures that work with objects… … Dictionary of networking
Self (psychology) — The self is a key construct in several schools of psychology, broadly referring to the cognitive representation of one s identity. The earliest formulation of the self in modern psychology stems from the distinction between the self as I, the… … Wikipedia
Self-documenting — In computer programming, self documenting (or self describing) is a common descriptor for source code that follows certain loosely defined conventions for naming and structure. These conventions are intended to enable developers, users and… … Wikipedia
object — noun /ˈɒbdʒɛkt / (say objekt) 1. something that may be perceived by the senses, especially by sight or touch; a visible or tangible thing. 2. a thing or person to which attention or action is directed: an object of study. 3. anything that may be… …
object — 1. Any distinct entity. Program objects can represent applications such as word processors, spreadsheets, and so on. Folder objects can represent a directory and contain a group of files, a group of programs, or a group of other folders. Data… … Dictionary of networking
object-oriented programming (OOP) — Computer programming that emphasizes the structure of data and their encapsulation with the procedures that operate upon it. It is a departure from traditional or procedural programming. OOP languages incorporate objects that are self contained… … Universalium
object — ob·ject || É™b dÊ’ekt , É‘bdʒɪkt / É’b n. article, thing; goal; objective; focus of a thought or action; (Grammar) recipient of action; (Computers) image or part of a document that can be embedded within another document; (in OOP) self… … English contemporary dictionary
object — A self contained module of data and its associated processing … IT glossary of terms, acronyms and abbreviations
Object-oriented ontology — (OOO) is a metaphysical movement that rejects the privileging of human existence over the existence of nonhuman objects.[1] Specifically, object oriented ontology opposes the anthropocentrism of Immanuel Kant s Copernican Revolution, whereby… … Wikipedia
Object composition — In computer science, object composition (not to be confused with function composition) is a way to combine simple objects or data types into more complex ones. Compositions are a critical building block of many basic data structures, including… … Wikipedia